Fixed gtk_cell_area_stop_editing() to properly notify when editing is not canceled
authorTristan Van Berkom <tristan.van.berkom@gmail.com>
Mon, 3 Oct 2011 23:32:00 +0000 (19:32 -0400)
committerTristan Van Berkom <tristan.van.berkom@gmail.com>
Tue, 4 Oct 2011 18:15:21 +0000 (14:15 -0400)
commit00d79fdb61d317f9909be274f64c7662f71de80e
treea8d3d9fa61551a19e7e38c1aedb991b49641aa6f
parentb928664471e13505cfcd923a80266e933d0ad91b
Fixed gtk_cell_area_stop_editing() to properly notify when editing is not canceled

This fixes bug 653289, in gtk+-2 gtk_tree_view_stop_editing() was previously
responsible for notifying with gtk_cell_editable_editing_done(), this detail
was missed when porting the cell renderer management to GtkCellArea.
gtk/gtkcellarea.c